home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3propwi.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_R3PROPWI_H = 1;
- include("oops/r3window.js")
-
-
- var R3CLID_PROPSWIN = 225;
-
-
-
-
-
-
-
- R3PROPWIA_NoTab = 225500;
- function SetR3PROPWIA_NoTab(value) {
- R3Set(this.r3obj, R3PROPWIA_NoTab, value, R3TID_INTEGER, 0);
- }
-
- function GetR3PROPWIA_NoTab() {
- return R3Get(this.r3obj, R3PROPWIA_NoTab, R3TID_INTEGER, 0);
- }
-
- R3PROPWIA_CurrentProps = 225501;
- function SetR3PROPWIA_CurrentProps(value) {
- R3Set(this.r3obj, R3PROPWIA_CurrentProps, value, R3TID_INTEGER, 0);
- }
-
- function GetR3PROPWIA_CurrentProps() {
- return R3Get(this.r3obj, R3PROPWIA_CurrentProps, R3TID_INTEGER, 0);
- }
-
- R3PROPWIA_SynchronizeToLayer = 225502;
- function GetR3PROPWIA_SynchronizeToLayer() {
- return R3Get(this.r3obj, R3PROPWIA_SynchronizeToLayer, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Propswin () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_PROPSWIN, arguments);
- }
- // Methods
-
- // Attributes
- this.GetNoTab=GetR3PROPWIA_NoTab;
- this.SetNoTab=SetR3PROPWIA_NoTab;
- this.GetCurrentProps=GetR3PROPWIA_CurrentProps;
- this.SetCurrentProps=SetR3PROPWIA_CurrentProps;
- this.GetSynchronizeToLayer=GetR3PROPWIA_SynchronizeToLayer;
- }
-
- r3Propswin.prototype=new r3Window;
- // r3propwi.h_H